The SipMethod enumeration defines the set of standard SIP methods.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
SyntaxPublic Enumeration SipMethod
Members|
| Member name | Value | Description |
|---|
| Register | 0 |
The method is a REGISTER method.
|
| Invite | 1 |
The method is an INVITE method.
|
| Bye | 2 |
The method is a BYE method.
|
| Options | 3 |
The method is an OPTIONS method.
|
| Ack | 4 |
The method is an ACK method.
|
| Info | 5 |
The method is an INFO method.
|
| Notify | 6 |
The method is a NOTIFY method.
|
| Update | 7 |
The method is an UPDATE method.
|
| Cancel | 8 |
The method is a CANCEL method.
|
| Refer | 9 |
The method is a REFER method.
|
| Message | 10 |
The method is a MESSAGE method.
|
| Subscribe | 11 |
The method is a SUBSCRIBE method.
|
| Prack | 12 |
The method is a PRACK method.
|
| Publish | 13 |
The method is a PUBLISH method.
|
See Also